home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / JAVA_ALL / IDE / OJW103 / OJW103.ZIP / changes.txt next >
Encoding:
Text File  |  1996-09-16  |  2.0 KB  |  74 lines

  1. Changes in 1.0.3
  2. ================
  3.  
  4. Editor
  5. ------
  6.  
  7. The editor has been bug fixed. Drag&drop is no longer supported.
  8. Macrorecording and bookmarks have been added. The new keyboard
  9. layout is:
  10.  
  11. CTRL-F2         toggle bookmark
  12. CTRL-up         scroll up line
  13. CTRL-down       scroll down line
  14. CTRL-B          find matching pair
  15. CTRL-K +        increment number
  16. CTRL-K -        decrement number
  17. ALT F3          Search
  18. F2              goto next bookmark
  19. Shift-F2        goto previous bookmark
  20. CTRL-Shift-R    start/stop macro recording
  21. CTRL-Shift-P    play macro
  22.  
  23. General:
  24. --------
  25.  
  26. In OS/2, the registration information is now saved and remembered.
  27.  
  28. If you change a class' library status, OEW asks you to change the module's
  29. library state and vice versa.
  30.  
  31. Support for read-only objectbases has been added. A read-only objectbase can
  32. now be opened and changed, but it can only be saved using a different filename.
  33.  
  34. It is now possible to arrange the order of the slots in a class using drag&drop 
  35. directly in the inheritance window and class window if the sortorder "unsorted" 
  36. is selected.
  37. Note: A Slot cannot be dragged to the bottom of the slotlist. In order to achieve
  38. this move the other slot above the appropriate slot.
  39.  
  40.  
  41. Parser:
  42. -------
  43.  
  44. Sometimes OEW lost the comments for a relationship when the file was imported.
  45.  
  46. OEW lost information about modifiers and templates when a source file
  47. was imported with a @@Comment metacommand. This has been fixed.
  48.  
  49.  
  50. Printing:
  51. ---------
  52.  
  53. OEW crashed or hung when you tried to print the documentation.
  54.  
  55. When printing the relationship model, OEW uses thinner but distinguishable pens
  56. to draw different relationship types
  57.  
  58. When generating tables for superclasses and subclasses, OEW prints all classes, 
  59. not only the selected classes.
  60.  
  61. The single pages of a graph printout are now printed overlapping so that letters
  62. are not clipped.
  63.  
  64.  
  65. Explorer:
  66. ---------
  67.  
  68. Deleting a module element in the explorer could crash OEW.
  69.  
  70.  
  71.  
  72.  
  73.  
  74.